Compute Worker - Docker image update check added#2377
Conversation
|
So this adds warning in the worker logs when the version is not up-to-date?
|
Yes
No, this will only be visible in compute worker logs
For now this will only check if local is behind reemote or not. Later on if needed we can somehow differentiate between critical and non-critical updates. This first version do not interact with anything except the docker image on remote(docke hub) |
|
I think the warning should be visible on platform side, typically in ingestion_error_logs and scoring_error_logs. For the "optional or mandatory" update I think it is not that important. |
252489c to
9cecb23
Compare
…fig updated to run flake8 on compute worker code Rabase conflict resolved
562e023 to
1e5ebb9
Compare
|
Update:
The reason for this second point is that, otherwise, if you The problem with this approach is that in many case the container won't be found by |
Description
Logs
Compute worker container will show logs like below when this new code runs

Issues this PR resolves
Checklist